home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1 / Nebula One.iso / Graphics / Viewers / FastView.app / Info.nib / data.classes next >
Encoding:
Text File  |  1995-06-12  |  521 b   |  41 lines

  1. FastManager = {
  2.     ACTIONS = {
  3.     fullSize:;
  4.     okClicked:;
  5.     };
  6.     OUTLETS = {
  7.     moveText;
  8.     movePanel;
  9.     };
  10.     SUPERCLASS = DocManager;
  11. };
  12. DocManager = {
  13.     ACTIONS = {
  14.     appDidInit:;
  15.     setCurrentDoc:;
  16.     save:;
  17.     orderFrontInfo:;
  18.     docWillClose:;
  19.     appWillTerminate:;
  20.     open:;
  21.     saveAs:;
  22.     orderFrontPrefs:;
  23.     };
  24.     OUTLETS = {
  25.     savePanel;
  26.     saveAsButton;
  27.     saveButton;
  28.     openPanel;
  29.     currentDoc;
  30.     prefs;
  31.     info;
  32.     docList;
  33.     };
  34.     SUPERCLASS = Object;
  35. };
  36. FirstResponder = {
  37.     ACTIONS = {
  38.     };
  39.     SUPERCLASS = Object;
  40. };
  41.